home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / misc / WHDLoad_dev.lha / WHDLoad / Src / resource / WHDLoadPatch.s < prev    next >
Encoding:
Text File  |  2003-06-23  |  1.0 KB  |  36 lines

  1.  
  2. * $Id: WHDLoadPatch.s 1.1 2003/06/22 19:11:15 wepl Exp wepl $
  3.  
  4.     INCDIR    Includes:
  5.     INCLUDE UserSymbols.i
  6.     INCLUDE    whdload.i
  7.  
  8.     dc.l        .name
  9.     dc.b        OREDSYM
  10.     ORedSymbol    <PLCMD_END>,$ff,PLCMD_END
  11.     ORedSymbol    <PLCMD_R>,$ff,PLCMD_R
  12.     ORedSymbol    <PLCMD_P>,$ff,PLCMD_P
  13.     ORedSymbol    <PLCMD_PS>,$ff,PLCMD_PS
  14.     ORedSymbol    <PLCMD_S>,$ff,PLCMD_S
  15.     ORedSymbol    <PLCMD_I>,$ff,PLCMD_I
  16.     ORedSymbol    <PLCMD_B>,$ff,PLCMD_B
  17.     ORedSymbol    <PLCMD_W>,$ff,PLCMD_W
  18.     ORedSymbol    <PLCMD_L>,$ff,PLCMD_L
  19.     ORedSymbol    <PLCMD_A>,$ff,PLCMD_A
  20.     ORedSymbol    <PLCMD_PA>,$ff,PLCMD_PA
  21.     ORedSymbol    <PLCMD_NOP>,$ff,PLCMD_NOP
  22.     ORedSymbol    <PLCMD_C>,$ff,PLCMD_C
  23.     ORedSymbol    <PLCMD_CB>,$ff,PLCMD_CB
  24.     ORedSymbol    <PLCMD_CW>,$ff,PLCMD_CW
  25.     ORedSymbol    <PLCMD_CL>,$ff,PLCMD_CL
  26.     ORedSymbol    <PLCMD_PSS>,$ff,PLCMD_PSS
  27.     ORedSymbol    <PLCMD_NEXT>,$ff,PLCMD_NEXT
  28.     ORedSymbol    <PLCMD_AB>,$ff,PLCMD_AB
  29.     ORedSymbol    <PLCMD_AW>,$ff,PLCMD_AW
  30.     ORedSymbol    <PLCMD_AL>,$ff,PLCMD_AL
  31.     ORedSymbol    <PLCMD_DATA>,$ff,PLCMD_DATA
  32.     ORedSymbol    <WORD>,$8000,$8000
  33.     dc.b        ENDBASE
  34. .name    dc.b        'WHDL Commands Patch',0
  35.  
  36.